home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / round radial half < prev    next >
Text File  |  1999-06-15  |  627b  |  33 lines

  1. Category: Andrew's Filters 14
  2. Title: Round Radial Half...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: RoRadDt.8bf
  6.  
  7. R:mix(c,sin(mix(d,d*ctl(0),ctl(2),ctl(3)))-sin(mix(m,m*ctl(1),ctl(4),ctl(5))),ctl(6),ctl(7))
  8.  
  9. G:mix(c,sin(mix(d,d*ctl(0),ctl(2),ctl(3)))-sin(mix(m,m*ctl(1),ctl(4),ctl(5))),ctl(6),ctl(7))
  10.  
  11. B:mix(c,sin(mix(d,d*ctl(0),ctl(2),ctl(3)))-sin(mix(m,m*ctl(1),ctl(4),ctl(5))),ctl(6),ctl(7))
  12.  
  13. A:a
  14.  
  15. ctl[0]: d
  16. ctl[1]: m
  17. ctl[2]: Mix 1
  18. ctl[3]: Mix 2
  19. ctl[4]: Mix 3
  20. ctl[5]: Mix 4
  21. ctl[6]: Mix 5
  22. ctl[7]: Mix 6
  23.  
  24. val[0]: 13
  25. val[1]: 77
  26. val[2]: 11
  27. val[3]: 54
  28. val[4]: 4
  29. val[5]: 155
  30. val[6]: 169
  31. val[7]: 147
  32.  
  33.